home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / games / zmud32.zip / ZMUD.EXE / 0 / RCDATA / TEDITOPTIONS / TEDITOPTIONS.txt
Text File  |  1996-08-04  |  3KB  |  164 lines

  1. object EditOptions: TEditOptions
  2.   Left = 246
  3.   Top = 162
  4.   ActiveControl = OKBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'Edit Buffer Options'
  7.   ClientHeight = 251
  8.   ClientWidth = 299
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 24
  19.     Top = 72
  20.     Width = 107
  21.     Height = 13
  22.     Caption = 'Blank line replacement'
  23.     Font.Color = clBlack
  24.     Font.Height = -11
  25.     Font.Name = 'MS Sans Serif'
  26.     Font.Style = []
  27.     ParentFont = False
  28.   end
  29.   object Label2: TLabel
  30.     Left = 24
  31.     Top = 24
  32.     Width = 48
  33.     Height = 13
  34.     Caption = 'Line prefix'
  35.     Font.Color = clBlack
  36.     Font.Height = -11
  37.     Font.Name = 'MS Sans Serif'
  38.     Font.Style = []
  39.     ParentFont = False
  40.   end
  41.   object WrapTxt: TLabel
  42.     Left = 44
  43.     Top = 178
  44.     Width = 64
  45.     Height = 13
  46.     Alignment = taRightJustify
  47.     Caption = 'Wrap Column'
  48.     Font.Color = clWindowText
  49.     Font.Height = -11
  50.     Font.Name = 'MS Sans Serif'
  51.     Font.Style = []
  52.     ParentFont = False
  53.   end
  54.   object OKBtn: TBitBtn
  55.     Left = 120
  56.     Top = 212
  57.     Width = 77
  58.     Height = 27
  59.     Caption = 'OK'
  60.     Default = True
  61.     Font.Color = clBlack
  62.     Font.Height = -11
  63.     Font.Name = 'MS Sans Serif'
  64.     Font.Style = []
  65.     ModalResult = 1
  66.     ParentFont = False
  67.     TabOrder = 2
  68.     Margin = 2
  69.     NumGlyphs = 2
  70.     Spacing = -1
  71.     IsControl = True
  72.   end
  73.   object CancelBtn: TBitBtn
  74.     Left = 204
  75.     Top = 212
  76.     Width = 77
  77.     Height = 27
  78.     Cancel = True
  79.     Caption = 'Cancel'
  80.     Font.Color = clBlack
  81.     Font.Height = -11
  82.     Font.Name = 'MS Sans Serif'
  83.     Font.Style = []
  84.     ModalResult = 2
  85.     ParentFont = False
  86.     TabOrder = 3
  87.     Margin = 2
  88.     NumGlyphs = 2
  89.     Spacing = -1
  90.     IsControl = True
  91.   end
  92.   object Blank: TEdit
  93.     Left = 24
  94.     Top = 88
  95.     Width = 257
  96.     Height = 21
  97.     Font.Color = clBlack
  98.     Font.Height = -11
  99.     Font.Name = 'MS Sans Serif'
  100.     Font.Style = []
  101.     ParentFont = False
  102.     TabOrder = 1
  103.   end
  104.   object Prefix: TComboBox
  105.     Left = 24
  106.     Top = 40
  107.     Width = 257
  108.     Height = 21
  109.     Font.Color = clBlack
  110.     Font.Height = -11
  111.     Font.Name = 'MS Sans Serif'
  112.     Font.Style = []
  113.     ItemHeight = 13
  114.     ParentFont = False
  115.     TabOrder = 0
  116.     OnChange = PrefixChange
  117.     OnEnter = PrefixEnter
  118.     OnExit = PrefixExit
  119.   end
  120.   object Wrap: TCheckBox
  121.     Left = 50
  122.     Top = 128
  123.     Width = 81
  124.     Height = 17
  125.     Alignment = taLeftJustify
  126.     Caption = 'Word Wrap'
  127.     Font.Color = clWindowText
  128.     Font.Height = -11
  129.     Font.Name = 'MS Sans Serif'
  130.     Font.Style = []
  131.     ParentFont = False
  132.     TabOrder = 4
  133.     OnClick = WrapClick
  134.   end
  135.   object AutoWrap: TCheckBox
  136.     Left = 55
  137.     Top = 152
  138.     Width = 76
  139.     Height = 17
  140.     Alignment = taLeftJustify
  141.     Caption = 'Auto Wrap'
  142.     Font.Color = clWindowText
  143.     Font.Height = -11
  144.     Font.Name = 'MS Sans Serif'
  145.     Font.Style = []
  146.     ParentFont = False
  147.     TabOrder = 5
  148.     OnClick = AutoWrapClick
  149.   end
  150.   object WrapCol: TEdit
  151.     Left = 120
  152.     Top = 176
  153.     Width = 81
  154.     Height = 21
  155.     Font.Color = clWindowText
  156.     Font.Height = -11
  157.     Font.Name = 'MS Sans Serif'
  158.     Font.Style = []
  159.     ParentFont = False
  160.     TabOrder = 6
  161.     Text = '0'
  162.   end
  163. end
  164.